

	Description:	3-to-3 point transformation function for MAX3 and examples of use.

	 Created by:	Nikolay Ragozin /Delta, FFStudio; nikolayr@forest.glasnet.ru

	       Date:	28.10.99

------------------------------------------------

	align3pt3ptFunc.mse
The main file, containing single encrypted function

--
align3Pt3Pt src1 src2 src3 ref1 ref2 ref3
--
Arguments are of type Point3 and should be in the same coordinate space.
src1, src2 and src3 defines position, aimpoint and up direction of the source.
ref1, ref2 and ref3 defines final position, aimpoint and up direction.
Function returns Matrix3 of desired transformation.

Place this file into scripts startup folder.

------------------------------------------------

	3PtCamera.ms
Macroscript, adding DELTA/FlexCam macro.
Creates camera with eye target and "up" target.
Can be saved within scene.

------------------------------------------------

	alignTool.ms
Actual 3-point to 3-point alignment tool.

